From 507235d0875d510b2a83ef2816afbef4e5360de6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 23 Mar 2001 08:18:34 +0000 Subject: [PATCH] (fill-individual-paragraphs-prefix): Fix transcription typo. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 61f1ca88658..984c945525a 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1239,7 +1239,7 @@ Also, if CITATION-REGEXP is non-nil, don't fill header lines." (setq two-lines-prefix (fill-context-prefix (point) - (line-beginning-position 2))) + (line-beginning-position 3))) (when just-one-line-prefix (setq one-line-citation-part (if citation-regexp -- 2.30.2